tests: Factor out a libtest-core.sh
authorColin Walters <walters@verbum.org>
Mon, 24 Apr 2017 15:01:20 +0000 (11:01 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 25 Apr 2017 15:15:06 +0000 (15:15 +0000)
commit8b4196d8f74ab8d9e758fb55b3f8ec589d025da1
tree53d12f2fb37755678e06ca1470d44e3495e0881b
parent511b31cfb51e30543e8692e1ff1ec8ba8f37b5dd
tests: Factor out a libtest-core.sh

This could be shared more easily with e.g. rpm-ostree, but what I'm currently
working on is installed, privileged (potentially destructive, i.e. VM) tests
that will source this separately from the current `libtest.sh`. That does work
installed, but in practice is oriented around unit (uninstalled, unprivileged)
tests.

Closes: #807
Approved by: jlebon
tests/libtest-core.sh [new file with mode: 0644]
tests/libtest.sh